
@layer base {
  
  body, :host {
    /* Color */
      --White: #ffffff;
--Black: #080808ff;
--Primarypurple: #A811DA;
--primaryText: #140618ff;
--Sectext: #737373ff;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
  /* Fonts */
    --font-notosans: 'Noto Sans',sans-serif;
--font-plusjakartasans: 'Plus Jakarta Sans',sans-serif;
--font-labrada: 'Labrada',serif;
--font-abel: 'Abel',sans-serif;
--font-inter: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
--html-block-font-size: 15px;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --space-half: 0.5rem;
--space-one: 1rem;
--space-onehalf: 1.5rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  
      

      
        
        
      
      
  .eprxEq {
    gap:var(--gap);
  width:100%;
  z-index:999;
  position:relative;
  max-width:100%;
  }
      

      
        
        
      
      
  .fllvx {
    width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bdTpLy {
    width:fit-content;
  height:fit-content;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .dbwnDM {
    color:var(--primaryText, #140618ff);
  display:inline-block;
  font-size:14px;
  box-shadow:0px 2px 8px 0px #eed2f9ff inset;
  text-align:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  background-color:var(--White, #ffffff);
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
        
      
      
  .bghvGz {
    gap:26px;
  z-index:1;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:32px;
  justify-content:center;
  background-color:#fbf2fcff;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
        
      
      
  .biHlLY {
    color:var(--primaryText, #140618ff);
  width:220px;
  height:-;
  font-size:16px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:16px;
  justify-content:center;
  }
      

      
        
        
      
      
  .wCgCz {
    color:var(--Sectext, #737373ff);
  width:100%;
  height:-;
  display:inline-block;
  font-size:14px;
  text-align:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:16px;
  padding-left:24px;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:16px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  }
      

      
        
        
      
      
  .cuDuty {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  opacity:0.18;
  z-index:2;
  position:fixed;
  background-color:var(--primaryText, #140618ff);
  }
      

      
        
        
      
      
  .eKmNIT {
    color:var(--primaryText, #140618ff);
  font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .fHcqXM {
    height:-;
  z-index:1;
  align-items:center;
  padding-bottom:16px;
  justify-content:start;
  background-color:var(--White, #ffffff);
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  }
      

      
        
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dWhLhC {
    align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
  .dWhLhC:hover {
    transition:color 100ms ease-in 100ms, height 100ms ease-in 100ms, opacity 100ms linear 100ms;
  }
      

        
        
      
      
  .eIPsSc {
    gap:16px;
  top:120px;
  left:38%;
  width:448px;
  height:-;
  z-index:3;
  position:fixed;
  padding-top:24px;
  border-radius:16px;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  .ccfUes {
    color:#505050;
  width:16px;
  cursor:pointer;
  height:16px;
  position:relative;
  align-items:center;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .ccfUes:hover {
    color:#140000;
  }
      

        
        
      
      
  .cQrgJg {
    width:-;
  height:-;
  z-index:1;
  position:relative;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bcJqso {
    color:var(--Primarypurple, #A811DA);
  height:-;
  font-size:12px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:8px;
  border-radius:24px;
  outline-color:#DEA9EF;
  outline-style:solid;
  outline-width:1px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
        
      
      
  .bsSKeo {
    gap:0px;
  width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bFFQit {
    z-index:2;
  }
      

      
        
        
      
      
  .dpEKOv {
    gap:7px;
  width:fit-content;
  cursor:pointer;
  z-index:1;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:700;
  padding-top:10px;
  padding-left:15px;
  border-radius:25px;
  padding-right:15px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:center;
  background-color:#CCCCCC;;
  }
      

      
        
        
      
      
  .cZkWgf {
    color:#505050;
  width:fit-content;
  height:fit-content;
  font-size:14.45px;
  font-family:'Inter';
  font-weight:400;
  }
      

      
        
        
      
      
  .bQfwdd {
    color:#505050;
  width:fit-content;
  height:fit-content;
  font-size:14.45px;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .eFiNJJ {
    max-width:220px;
  }
      

      
        
        
      
      
  .djribR {
    gap:15px;
  width:240px;
  cursor:pointer;
  height:100%;
  font-size:24px;
  align-items:center;
  font-family:'Noto Sans';
  font-weight:600;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .djUFUI {
    height:40px;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-left:24px;
  padding-right:40px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .bVcVTO {
    align-items:end;
  padding-right:0px;
  justify-content:center;
  }
      

      
        
        
      
      
  .cdMDgh {
    gap:8px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .dbnKjZ {
    display:table-cell;
  }
      

      
        
        
      
      
  .RvxqK {
    gap:8px;
  color:var(--red-600, #DC2626);
  width:100%;
  height:40px;
  font-size:16px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-left:16px;
  border-radius:8px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .RvxqK:hover {
    cursor:pointer;
  transform:translate(0px,0px);
  transition:background-color 150ms ease-in-out 150ms;
  border-radius:8px;
  background-color:var(--red-100, #FEE2E2);
  }
      

        
        
      
      
  .Dgncr {
    gap:0px;
  top:40px;
  right:0px;
  width:320px;
  cursor:pointer;
  height:-;
  position:absolute;
  box-shadow:0px 8px 16px 0px #e6e6e6ff;
  align-items:start;
  padding-top:16px;
  padding-left:-;
  padding-bottom:16px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
        
      
      
  .frArDA {
    width:40px;
  height:40px;
  padding:8px;
  align-items:center;
  border-radius:6px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .frArDA:hover {
    cursor:pointer;
  background-color:#FCF6FE;
  }
      

        
        
      
      
  .fzcBXa {
    color:var(--Sectext, #737373ff);
  height:40px;
  padding:var(--spacing-unit, 8px);
  font-size:16px;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  border-radius:8px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
  .fzcBXa:hover {
    color:var(--Primarypurple, #A811DA);
  cursor:pointer;
  transition:color 100ms ease-in 100ms,background-color 100ms ease-in 100ms;
  background-color:#fcf6feff;
  }
      

        
        
      
      
  .cFULxQ {
    gap:0px;
  width:100%;
  padding-top:8px;
  padding-left:8px;
  padding-bottom:-;
  }
      

      
        
        
      
      
  .cXpwJm {
    color:var(--Primarypurple, #A811DA);
  width:32px;
  height:32px;
  align-items:center;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .cXpwJm:hover {
    width:100%;
  height:100%;
  background-color:#fcf6feff;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .fdzRXC {
    gap:2rem;
  color:var(--primaryText, #140618ff);
  height:100%;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:700;
  padding-right:40px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cdYSUP {
    gap:8px;
  width:100%;
  border:1px solid #BEBEBE;
  align-items:center;
  padding-top:16px;
  padding-left:20px;
  border-radius:4px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  
      

      
        
        
      